[XEND] Fix PCI configuration parsing and SXP output
authorAlastair Tse <atse@xensource.com>
Thu, 16 Nov 2006 13:49:05 +0000 (13:49 +0000)
committerAlastair Tse <atse@xensource.com>
Thu, 16 Nov 2006 13:49:05 +0000 (13:49 +0000)
commit90dfddafb52e7a6d9447244700421b4762de0076
treed64b78b8c3499ebc3b9bb3a3c4ff9606e7970420
parent654de638ac4aabc9e1ce5c5caba7cd70311026ed
[XEND] Fix PCI configuration parsing and SXP output

PCI configuration is formatted differently from other device
configurations because of the requirement that all pci devices need to
be present when it is initialised.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/server/pciif.py